POST
/Account/InfoName/
Gets the account by name.
Request
Method
Request URI
POST
/API/Account/InfoName/?sessionId=value
URI Parameters
URI Parameter
Description
sessionId
The current session ID.
Specifying via an Authorization request header instead is recommended.
Request Headers
Authorization: Bearer <Current session ID>
Request Body
Name:
name
Type:
System.String
Response
Response Body
A
Dundas.BI.WebApi.Models.MemberInfoData
object, or a status code indicating the problem.